home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / DMO / DMOSample / StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  992 b   |  35 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__9C2D1EC0_3838_4746_AD1D_EB6E217364A3__INCLUDED_)
  6. #define AFX_STDAFX_H__9C2D1EC0_3838_4746_AD1D_EB6E217364A3__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #define STRICT
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define _ATL_FREE_THREADED
  17.  
  18. #define _ATL_STATIC_REGISTRY
  19.  
  20. #pragma warning(disable:4701)  // Disable C4701
  21.  
  22. #include <atlbase.h>
  23.  
  24. //You may derive a class from CComModule and use it if you want to override
  25. //something, but do not change the name of _Module
  26. extern CComModule _Module;
  27.  
  28. #include <atlcom.h>
  29.  
  30.  
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33.  
  34. #endif // !defined(AFX_STDAFX_H__9C2D1EC0_3838_4746_AD1D_EB6E217364A3__INCLUDED)
  35.